home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 103 / CD-ROM 103.iso / internet / popdown / popdown.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-12-15  |  1.1 KB  |  28 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Pop-Down
  4. AppVerName=Pop-Down
  5. AppId=Pop-Down
  6. DefaultDirName={pf}\Pop-Down
  7. DefaultGroupName=Pop-Down
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\PopDown.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\Electric Arc.wav"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\PopDown.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\PopDown.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\PopDown.dll"; DestDir: "{app}"; Flags: ignoreversion 
  20. [Run]
  21. Filename: "{app}\PopDown.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  22. [Icons]
  23. Name: "{group}\Pop-Down"; Filename: "{app}\PopDown.exe"; WorkingDir: "{app}"; 
  24. Name: "{group}\Desinstalar - Pop-Down"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  25. Name: "{commonstartup}\Pop-Down"; Filename: "{app}\PopDown.exe"; WorkingDir: "{app}"; Tasks: iniciar; 
  26. [Tasks]
  27. Name: "iniciar"; Description: "Iniciar automaticamente com o Windows"; 
  28.